home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hardcore Gamer Resource Kit
/
Hardcore Gamer Resource Kit - Disc 2.iso
/
Pc
/
S_T
/
TONY13DK.ZIP
/
DATA.A00
/
TONY2.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-07-20
|
622b
|
56 lines
echo off
if exist control goto delete
goto memory
:delete
del control
:memory
rem checkmem
rem if errorlevel 1 goto end
:frontend
play
:start
control
if errorlevel 7 goto end
if errorlevel 6 goto draft
if errorlevel 5 goto util
if errorlevel 4 goto manage
if errorlevel 3 goto bb
if errorlevel 2 goto back
if errorlevel 1 goto main
goto frontend
:draft
draft %1
goto start
:util
util %1
goto start
:manage
manage %1
goto start
:bb
bb %1
goto start
:back
back %1
goto start
:main
main %1
goto start
:end
echo Tony La Russa Baseball II version 1.3 Patch